@charset "utf-8";

/*
Theme Name: hokudai english site theme
Theme URI:
Description: hokudai english site theme
Author:
Author URI:
*/


/* common setting
---------------------------------------------- */
html {
	color:#333;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#contents_wrapper #content h2.title {
	margin-top:0;
}

.more {
	font-size:84.7%;
	line-height:1.2;
	margin-top:-10px;
}

.more span {
	background:url(img/common/arrow_gray.gif) no-repeat right center;
	padding-right:12px;
}

.share-links {
    margin: 0 auto 30px auto;
    max-width: 940px;
}

@media screen and (max-width: 768px){
.share-links {
	width:98%;
}
}

@media screen and (max-width: 480px){
.share-links {
	width:98%;
}
}

.share-links ul {
	width:116px;
	margin-left:auto;
}

.share-links li {
	float:left;
	margin-right:4px;
}

.share-links li.last {
	margin-right:0;
}

.update {
	font-weight:bold;
	float:left;
	width:100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px){
.update {
	border-top: 1px dotted #808080;
	padding-top:10px;
}
}

.single .date {
	color:#007E2D;
}

.update span,
.date span {
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:normal;
	color:#808080;
}

.page_top {
	height:120px;
	width:31px;
	position:fixed;
	top:210px;
	margin-left: 950px;
	z-index:9000;
}

@media screen and (max-width: 768px){
.page_top {
	height:30px;
	width:30px;
	top:115px;
	right: 0px;
}

.page_top a {
	display:block;
	height:30px;
	width:30px;
	background:url(img/common/btn_top_s.png) no-repeat;
	text-indent:-9999px;
}
}

@media screen and (max-width: 480px){
.page_top {
	height:30px;
	width:30px;
	top:115px;
	right: 0px;
}

.page_top a {
	display:block;
	height:30px;
	width:30px;
	background:url(img/common/btn_top_s.png) no-repeat;
	text-indent:-9999px;
}
}

/* Hyper text
---------------------------------------------- */
a {
	color:#447B9E;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color:#9E4474;
}

a:hover {
	color:10557E;
	text-decoration: none;
}

h2.title a {
	color:#000000;
	text-decoration:none;
}

h2.title a:hover {
	color:#000000;
	text-decoration:underline;
}

/* wrap
---------------------------------------------- */
#wrap {
    margin: 0 auto;
    z-index: 0;
}

@media screen and (max-width: 768px){
#wrap {
	width: 98%;
	margin: 0 1%;
}

.home #wrap {
	margin-bottom:20px;
}
}

@media screen and (max-width: 480px){
#wrap {
	width: 98%;
	margin: 0 1%;
}
}

/* header
---------------------------------------------- */
header {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	position:relative;
}
@media screen and (max-width: 768px){
header {
	width:100%;
}
}

@media screen and (max-width: 480px){
header {
	width:100%;
}
}

#header_inner {
    width:950px;
	height:104px;
	padding-left:10px;
	margin:0 auto;
	position:relative;
}

@media screen and (max-width: 960px){
#header_inner {
    width:100%;
}
}

@media screen and (max-width: 768px){
#header_inner {
    width:100%;
	height:69px;
	padding:0;
}
}

@media screen and (max-width: 320px){
#header_inner {
	padding:30px 0 0 0;
}
}

#header_inner h1 {
	height:104px;
	width:104px;
	position:relative;
	z-index:5000;
}

@media screen and (max-width: 768px){
#header_inner h1 {
	width:70px;
	height:70px;
	padding-left:2%;
}
}

@media screen and (max-width: 480px){
#header_inner h1 {
	width:70px;
	height:70px;
	padding-left:2%;
}
}

#header_inner ul {
	width:480px;
	position:absolute;
	top:0;
	right:5px;
}

@media screen and (max-width: 768px){
#header_inner ul {
	width:270px;
	margin:0 0 0 auto;
}
}

@media screen and (max-width: 480px){
#header_inner ul {
	width:270px;
	margin:0 0 0 auto;
}
}

#header_inner li {
	float:left;
	background:url(img/common/arrow_green.gif) no-repeat right center;
	margin-right:15px;
	padding:10px 10px 0 5px;
	line-height:1.2;
	height:27px;
}

@media screen and (max-width: 768px){
#header_inner li {
	margin-bottom:10px;
}
}

@media screen and (max-width: 480px){
#header_inner li {
	margin-bottom:10px;
}
}

#header_inner li.last {
	background:none;
	margin-right:0;
	padding-right:0;
	line-height:1;
	z-index:0;
}

@media screen and (max-width: 768px){
#header_inner li.last {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 212px;
}
}

@media screen and (max-width: 480px){
#header_inner li.last {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 212px;
}
}

#header_inner form {
	background:url(img/common/bg_search.gif) no-repeat left center;
	height:19px;
	width:199px;
	padding:1px 0 0 1px;
}

#header_inner .search {
	color:#4D4D4D;
	font-size:77%;
	font-style:italic;
    border:medium none;
	margin:0 0 0 7px;
    padding:0 15px 0 0;
    width:150px;
	line-height:1.1;
}

#header_inner .btn_search {
	padding-top:1px;
	vertical-align:top;
}

input.gsc-search-button {
	background: url(img/common/btn_search.gif) no-repeat;
	padding-top: 16px;
	width: 15px;
	height: 0;
	border: none;
	overflow: hidden;
}

/* nav_area
---------------------------------------------- */
#nav_area {
	background:url(img/common/bg_navi.png) repeat-x;
	height:40px;
	margin-top:-67px;
	margin-bottom:67px;
	position:relative;
	z-index:3000;
}

@media screen and (max-width: 768px){
#nav_area {
	background:none;
	background-color:#000000;
	margin-top:0;
	margin-bottom:30px;
	height:100%;
}
}

@media screen and (max-width: 480px){
#nav_area {
	background:none;
	background-color:#000000;
	margin-top:0;
	margin-bottom:30px;
	height:100%;
}
}

.home #nav_area {
	margin-bottom:0;

}

@media screen and (max-width: 480px){
.home #nav_area {
	margin-bottom:30px;

}
}

/* gNav */
#gNav {
	font-size:92.4%;
	line-height:1.2;
    width: 840px;
	margin:0 auto 0 auto;
	padding-left:120px;
	padding-top:10px;
	position:relative;
	z-index:4000;
}

@media screen and (max-width: 960px){
#gNav {
	width:100%;
}
}

@media screen and (max-width: 768px){
#gNav {
	width:100%;
	padding-top:0;
	padding-left:0;
}
}

@media screen and (max-width: 480px){
#gNav {
	width:100%;
	padding:0;
}
}

/* menu_mb */
#menu_for_mb {
	display:none;
}

@media screen and (max-width: 480px){
#menu_for_mb {
	display:block;
}

#menu_for_mb .title {
	border-bottom:#808080 solid 2px;
	background:url(img/common/arrow_navi.png) no-repeat 10px  center;
	background-color:#F1F1F1;
	color:#2C2C2C;
	font-weight:bold;
	line-height:1.2;
	padding:14px 0 14px 25px;
	cursor:pointer;
}

#menu_for_mb .title.selected {
	border-bottom:#808080 solid 2px;
	background:url(img/common/arrow_navi_anc.png) no-repeat 7px  center;
	background-color:#F1F1F1;
}

#menu_for_mb .title:hover {
	text-decoration:underline;
}

#menu_for_mb ul {
	background-color:#FFF;
}

#menu_for_mb ul li {
	border-bottom:#999 dotted 1px;
	padding:14px 10px;
}

#menu_for_mb ul li a:hover {
    color: #007F2D;
    text-decoration: underline;
}
}

/* topic_path
---------------------------------------------- */
ul.pan {
    border-bottom: 4px solid #007F2D;
    font-size: 92.4%;
    margin: 0 auto 10px auto;
    max-width: 940px;
	padding-bottom:10px;
}

@media screen and (max-width: 768px) , screen and (max-width: 480px){
ul.pan {
	width:98%;
}
}

ul.pan li {
    float: left;
	line-height:1.2;
}

ul.pan li:last-child {
	display:none;
}

ul.pan li.top a {
	background:url(img/common/icon_home.gif) no-repeat left top;
	display:block;
	text-indent:-9999px;
	width:11px;
	margin-right:0.5em;
}

ul.pan li,
ul.pan li a {
	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
}

/* discover
---------------------------------------------- */
#discover {
    width: 868px;
	margin:0 auto 40px auto;
	padding-left:92px;
}

@media screen and (max-width: 960px) , screen and (max-width: 768px){
#discover {
    width: 98%;
	padding-left:0;
}
}

@media screen and (max-width: 480px){
#discover {
	display:none;
}
}

#discover li {
	float:left;
	margin-right:19px;
}

#discover li.last {
	margin-right:0;
}

@media screen and (max-width: 960px) , screen and (max-width: 768px){
#discover li {
	margin: 0 2% 0 0;
	padding-top:7px;
	width:28%;
}

#discover li img {
	width:100%;
	height:auto;
}
}

/* contents_wrapper
---------------------------------------------- */
#contents_wrapper {
    width: 960px;
    overflow: hidden;
    margin:0 auto 15px auto;
}

.page #contents_wrapper,
.archive  #contents_wrapper,
.single  #contents_wrapper {
    max-width: 940px;
}

@media screen and (max-width: 768px){
#contents_wrapper {
    width:98% !important;
}
}

@media screen and (max-width: 480px){
#contents_wrapper {
    width:98% !important;
}
}

/* main_wrap
---------------------------------------------- */
#main_wrap {
	width:760px;
	float:left;
}

@media screen and (max-width: 768px){
#main_wrap {
	width:69%;
}
}

@media screen and (max-width: 615px){
#main_wrap {
	width:60%;
}
}

@media screen and (max-width: 480px){
#main_wrap {
	width:100%;
}
}

/* content
---------------------------------------------- */
#content {
    float:right;
}

#content article {
    overflow: hidden;
}

#content article li {
	list-style-type:disc;
	list-style-position:inside;
	line-height:1.6;
	margin-bottom:1em;
}

#content article ol li {
	list-style-type:decimal;
}

#content article em,
#content article address {
	font-style:italic;
}

/* 404 */
.error404 #content {
	float:none;
	margin-bottom:70px;
}

.error404 #content h2 {
	font-size:184.7%;
	margin-bottom:1em;
}

/* home */
.home #content {
    width:460px;
    margin:0 40px 0 0;
	position:relative;
}

@media screen and (max-width: 768px){
.home #content {
    float:none;
	margin:0 0 40px 0;
}
}

.home #content h2 {
	font-size:115.4%;
	background:url(img/common/bar_gray.gif) repeat-x bottom;
	margin-bottom:1em;
	padding-bottom:1em;
}

.home #content .rss {
	height:16px;
	width:16px;
	position:absolute;
	right:0;
	top:0;
}

.home #content dl {
	border-bottom:#808080 dotted 1px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.home #content dt {
	color:#808080;
	margin-bottom:1em;
}

.home #content dt span {
	color:#007F2D;
}

.home #content dt span a {
	color:#007F2D;
	text-decoration: none;
}

.home #content dd {
	line-height:1.6;
}

/* page */
.page #page_list_wrap_mb {
	display:none;
	z-index:9000;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.page #page_list_wrap_mb {
	display:block;
	position:fixed;
	top:75px;
	width: 98%;
}

.page #page_list_wrap_mb .page_list {
	float:right;
	display:none;
	width: 86%;
}
}

.page #content {
	float: left;
    width: 580px;
}

@media screen and (max-width: 480px){
.page #content {
	margin-bottom:25px;
}
}

.page #content h2.title {
	font-size:200%;
	font-weight:bold;
	border-bottom:#808080 dotted 1px;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	line-height:1.3;
}

.page #content article.page {
	border-bottom:#808080 dotted 1px;
    margin-bottom: 15px;
    overflow: hidden;
	padding-bottom:15px;
	word-wrap:break-word;
}

@media screen and (max-width: 480px){
.page #content article.page {
	border:none;
}
}

.page #content article.page h1,
.page #content article.page h2,
.page #content article.page h3,
.page #content article.page h4 {
	font-weight:bold;
	margin-bottom:0.8em;
	line-height:1.2;
	margin-top:1.5em;
}

.page #content article.page h1 {
	font-size:184.7%;
}

.page #content article.page h2 {
	color:#007F2D;
	font-size:184.7%;
}

.page #content article.page h3 {
	font-size:115.4%;
}

.page #content article.page h4 {
	color:#007F2D;
	font-size:115.4%;
}

.page #content article.page p {
	/* margin-bottom:1em; */
	line-height:1.6;
}

.page #content article.child-page {
	border-bottom:#808080 dotted 1px;
    margin-bottom:15px;
	padding:0 0 15px 20px;
}

@media screen and (max-width: 480px){
.page #content article.child-page {
	border-bottom:none;
	margin:0;
	padding:0;
}

.page #content article.child-page:last-child {
	border-bottom:#808080 dotted 1px;
}
}

.page #content article.child-page .listing-img {
	height:110px;
    width:110px;
    margin-right:15px;
    float:left;
}

@media screen and (max-width: 480px){
.page #content article.child-page .listing-img {
	display:none;
}
}

.page #content article.child-page .listing-img p.image {
	background:url(img/common/bg_blogphoto_thb.gif) no-repeat;
	padding:4px;
}

.page #content article.child-page .listing-body {
	float:left;
	width:420px;
}

@media screen and (max-width: 768px){
.page #content article.child-page .listing-body {
	width:70%;
}
}

@media screen and (max-width: 480px){
.page #content article.child-page .listing-body {
	border-top:#808080 dotted 1px;
	float:left;
	width:100%;
}
}

.page #content article.child-page .listing-body h3 {
	font-size:107.7%;
	font-weight:bold;
	margin:0 0 1em 0;
}

.page #content article.child-page .listing-body h3 a {
	color:#007E2D;
}

@media screen and (max-width: 480px){
.page #content article.child-page .listing-body h3 {
	font-size:84.7% !important;
	font-weight:normal;
	margin:0;
}

.page #content article.child-page .listing-body h3 a {
	color:#000;
	display: block;
	background-color: #EBEBEB;
	padding: 9px 20px;
}
}

.page #content article.child-page .listing-body p {
	line-height:1.3;
}

@media screen and (max-width: 480px){
.page #content article.child-page .listing-body p {
	display:none;
}
}

/* special-listhing */
.page.page-template-special-listing-php #content {
	float:left;
}

.page.page-template-special-listing-php #content {
    width: 720px;
}

.page.page-template-special-listing-php #content article.page {
	border-bottom:none;
    margin-bottom: 15px;
    overflow: hidden;
}

.page.page-template-special-listing-php #content article.page p.image {
	background:url(img/common/bg_mainvisual_sl.gif) no-repeat;
	width:720px;
	margin-bottom:1.5em;
	text-align:center;
}

.page.page-template-special-listing-php #content article.page p.image img {
	padding-top: 1%;
}

@media screen and (max-width: 768px){
.page.page-template-special-listing-php #content article.page p.image {
	background-size: 100% 100%;
    margin-bottom: 1em;
    padding: 0;
    width: 100%;
}

.page.page-template-special-listing-php #content article.page p.image img {
	width:97%;
}
}

@media screen and (max-width: 480px){
.page.page-template-special-listing-php #content article.page p.image {
	background-size: 100% auto;
    margin-bottom: 1em;
    padding: 0;
	width: 100%;
	height: auto;
}

.page.page-template-special-listing-php #content article.page p.image img {
	width:97%;
}
}

.page.page-template-special-listing-php #content .listing-body {
	border-bottom:#808080 dotted 1px;
	margin:0 0 10px 0;
}

@media screen and (max-width: 768px){
.page.page-template-special-listing-php #content .listing-body {
	float:left;
	width:74%;
}
}

@media screen and (max-width: 740px){
.page.page-template-special-listing-php #content .listing-body {
	float:left;
	width:255px;
}
}

@media screen and (max-width: 480px){
.page.page-template-special-listing-php #content .listing-body {
	display:none;
}
}

.page.page-template-special-listing-php #content .listing-body div {
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:222px;
	margin:0 15px 45px 0;
	vertical-align:top;
}

.page.page-template-special-listing-php #content .listing-body div p.image {
	background:url(img/common/bg_listing_sl.gif) no-repeat;
	margin-bottom:0.5em;
	width:222px;
	height:99px;
	padding-top:7px;
	text-align:center;
}

.page.page-template-special-listing-php #content .listing-body div h3 {
	font-size:123.1%;
	line-height:1.2;
}


.page.page-template-special-listing-php #content #sideR_tb {
	display:none;
}

@media screen and (max-width: 768px){
.page.page-template-special-listing-php #content #sideR_tb {
	display:block;
	float:left;
}
}

.page.page-template-special-listing-php #content .listing-body_mb {
	display:none;
}

@media screen and (max-width: 480px){
.page.page-template-special-listing-php #content .listing-body_mb {
	font-size:92.4%;
	display:block;
	margin-bottom:35px;
}

.page.page-template-special-listing-php #content .listing-body_mb li {
	display:block;
	line-height:1.2;
}

.page.page-template-special-listing-php #content .listing-body_mb li a {
	background:url(img/common/arrow_green_s.png) no-repeat 9px center;
	display:block;
	background-color:#EBEBEB;
	border-bottom:#808080 dotted 1px;
	padding:8px 20px;
	}
}

/* archive */
.single #cat_list_wrap_mb,
.archive #cat_list_wrap_mb {
	display:none;
	z-index:9000;
}




@media screen and (max-width: 480px) , screen and (max-width: 768px){
.single #cat_list_wrap_mb,
.archive #cat_list_wrap_mb {
	display:block;
	position:fixed;
	top:75px;
	width: 98%;
}

.single #cat_list_wrap_mb .cat_list,
.archive #cat_list_wrap_mb .cat_list {
	float:right;
	display:none;
	width: 86%;
}
}

.open_list {
	display:none;
	height:30px;
	width:30px;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.open_list {
	display:block;
	float:right;

}

.open_list:hover {
	cursor:pointer;
}
}




.archive #content {
    width: 62%;
}

.archive #content h2.title,
.single #content h2.title {
	font-size:200%;
	font-weight:bold;
	border-bottom:#808080 dotted 1px;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	line-height:1.3;
}

.archive #content dl {
    border-bottom: 1px dotted #808080;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.archive #content dt {
    color: #808080;
    margin-bottom: 1em;
}
.archive #content dt span {
    color: #007F2D;
	font-style:normal;
}
.archive #content dd {
    line-height: 1.6;
}

/* single */
.single  #content {
    width: 62%;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.single  #content {
    margin-bottom:20px;
}
}

.single #content article.post h1,
.single #content article.post h2,
.single #content article.post h3,
.single #content article.post h4 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.8em;
	margin-top:1.5em;
}
.single #content article.post h1 {
    font-size: 184.7%;
}
.single #content article.post h2 {
    color: #007F2D;
    font-size: 184.7%;
}
.single #content article.post h3 {
    font-size: 115.4%;
}
.single #content article.post h4 {
    color: #007F2D;
    font-size: 115.4%;
}

.single #content article.post p {
    /* margin-bottom: 1.8em; */
	line-height:1.6;
}

/* content mediaquery */
@media screen and (max-width: 768px){
#content {
    width: 100% !important;
}
}

@media screen and (max-width: 480px){
#content {
    width: 100% !important;
}
}

@media screen and (max-width: 480px){
.home #content {
    width:100% !important;
    margin:0 0 35px 0;
	position:relative;
}
}

/* ページ内切り替え画像 */
#content .img01only {
	position:relative;
}

#content ul#pageimg {
	position:relative;
	margin-bottom: 30px;
}

@media screen and (max-width: 960px){
#content ul#pageimg {
	width: 100%!important;
}
}

@media screen and (max-width: 768px){
#content ul#pageimg {
	height: auto!important;
}
}

@media screen and (max-width: 480px){
#content ul#pageimg {
	margin-bottom:45px;
}
}

#content .outer li{
	list-style-type:none;
	line-height:1.2;
}

#content ul#pageimg li{
	background:url(img/common/bg_blogphoto_l.gif) no-repeat;
	height:268px;
	width:580px;
	text-align:center;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
#content ul#pageimg li{
	background-size: 100% auto;
	width: 100%;
	height:auto;
}
}

#content ul#pageimg li img {
	height:258px !important;
	width:570px !important;
	padding-bottom:15px;
	padding-top:1%;
}

@media screen and (max-width: 480px) , screen and (max-width :768px){
#content ul#pageimg li img{
	width:97% !important;
	height:auto;
}
}

@media screen and (max-width: 480px){
#content ul.thumbs {
	display:none;
}
}

#content ul.thumbs li {
	background:url(img/common/bg_blogphoto_s.gif) no-repeat;
	float:left;
	height:71px !important;
	width:158px !important;
	padding:8px 0 0 8px;
}

#content ul.thumbs li {
	margin-right:39px;
	margin-right: expression((this.parentNode.lastChild ==this)?'none':'39px');
}

#content ul.thumbs li:last-child {
	margin-right:0;
}

#content ul.thumbs li img {
	height:63px !important;
	width:151px !important;
}

/* caption */
.caption {
    width: 100%!important;
    line-height: 1.3;
	text-align:left;
}

.caption a {
    color: #fff;
    padding: 0 5px;
    word-wrap: break-word;
}

/* sideL
---------------------------------------------- */
/* home */
#sideL {
    float: left;
	position:relative;
}

.home #sideL {
    float: right;
	margin-right:40px;
    width: 220px;
}

@media screen and (max-width: 768px){
.home #sideL {
	float:none;
    width:100%;
	margin-right:0;
	margin-bottom:40px;
}
}


@media screen and (max-width: 480px){
.home #sideL {
	margin:0 0 35px 0;
    width:100%;
	margin-right:0;
}
}

.home #sideL .rss {
	height:16px;
	width:16px;
	position:absolute;
	right:0;
	top:0;
}

.home #sideL h2 {
	font-size:115.4%;
	background:url(img/common/bar_gray.gif) repeat-x bottom;
	margin-bottom:1em;
	padding-bottom:1em;
}

.home #sideL dl {
	border-bottom:#808080 dotted 1px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.home #sideL dt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:77%;
	color:#808080;
	display:block;
	float:left;
	margin-right:25px;
	width:35px;
	text-align:center;
}

.home #sideL dt span {
	color:#007F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:240%;
}

.home #sideL dd {
	display:block;
	float:left;
	width:160px;
	line-height:1.6;
}

/* single,archive,page-child,single */
.single #sideL,
.archive  #sideL {
    margin-right: 7%;
    position: relative;
    width: 31%;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.single #sideL,
.archive  #sideL {
	margin:0;
    width: 100%;
}
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.single #sideL #cat_list_wrap,
.archive  #sideL #cat_list_wrap {
	display:none;
}
}

.single #sideL h3,
.archive #sideL h3 {
	margin-bottom:10px;
}

.page-child #sideR h3.sns,
.page-template-page-search-php #sideR h3.sns,
.single #sideL h3.sns,
.archive #sideL h3.sns,
.page-id-1219 #sideR h3.sns {
	border-bottom:#808080 dotted 1px;
	margin-bottom:0.8em;
	padding-bottom:0.8em;
}

.single ul.cat_list,
.single ul#archive_list,
.single div#recent_list,
.archive ul.cat_list,
.archive ul#archive_list {
	font-family:Verdana, Geneva, sans-serif;
	background:url(img/common/bar_gray.gif) repeat-x;
	margin-bottom:40px;
	padding-top:4px;
}

.single div#recent_list {
	padding-top:16px;
}

.single ul.cat_list li,
.single ul#archive_list li,
.archive ul.cat_list li,
.archive ul#archive_list li {
	display:block;
	font-size:77%;
	line-height:1.2;
}

.single ul.cat_list li a,
.single ul#archive_list li a,
.archive ul.cat_list li a,
.archive ul#archive_list li a {
	display:block;
	background-color:#EBEBEB;
	border-bottom:#808080 dotted 1px;
	padding:8px 20px;
}

.single ul.cat_list ul.inner,
.single ul#archive_list  ul.inner,
.archive ul.cat_list ul.inner,
.archive ul#archive_list  ul.inner {
	background:none;
	padding-top:0;
}

.single ul.cat_list ul.inner li,
.single ul#archive_list ul.inner li,
.archive ul.cat_list ul.inner li,
.archive ul#archive_list ul.inner li {
	display:block;
}

.single ul.cat_list ul.inner li a,
.single ul#archive_list ul.inner li a,
.archive ul.cat_list ul.inner li a,
.archive ul#archive_list ul.inner li a {
	display:block;
	background:url(img/common/icon_sidelink.gif) no-repeat 27px center;
	background-color:#FFF;
	padding-left:40px;
}

.single ul.cat_list li a:hover,
.single ul#archive_list li a:hover,
.archive ul.cat_list li a:hover,
.archive ul#archive_list li a:hover {
	color:#007F2D;
}

.single #sideL dl {
    border-bottom: 1px dotted #808080;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.single #sideL dt {
    color: #808080;
    margin-bottom: 0.3em;
}
.single #sideL dt span {
    color: #007F2D;
}
.single #sideL dd {
    line-height: 1.6;
}

/* サイドバーカレント */
.category-news #sideL ul#cat_list li.nav001 a { color:#007F2D; cursor:default; }
.category-news #sideL ul#cat_list li.nav001 a:hover { text-decoration:none; }

.category-event #sideL ul#cat_list li.nav002 a { color:#007F2D;	cursor:default; }
.category-event #sideL ul#cat_list li.nav002 a:hover { text-decoration:none; }

.category-student-news #sideL ul#cat_list li.nav101 a { color:#007F2D; cursor:default; }
.category-student-news #sideL ul#cat_list li.nav101 a:hover { text-decoration:none; }

.category-university-news #sideL ul#cat_list li.nav102 a { color:#007F2D; cursor:default; }
.category-university-news #sideL ul#cat_list li.nav102 a:hover { text-decoration:none; }

.category-alumni-news #sideL ul#cat_list li.nav103 a { color:#007F2D; cursor:default; }
.category-alumni-news #sideL ul#cat_list li.nav103 a:hover { text-decoration:none; }


/* sideR
---------------------------------------------- */
#sideR {
    float: right;
}

@media screen and (max-width: 768px){
.page.page-template-special-listing-php #sideR {
	display:none;
    float: none;
}
}

@media screen and (max-width: 480px){
.page.page-template-special-listing-php #sideR {
    float: none;
}
}

/* home,special-listhing */
.home #sideR,
.page.page-template-special-listing-php #sideR {
    width: 180px;
}

@media screen and (max-width: 480px){
.home #sideR,
.page.page-template-special-listing-php #sideR {
	float:none;
}
}

.home #sideR div,
.page.page-template-special-listing-php #sideR div,
.page.page-template-special-listing-php #sideR_tb div {
	margin-bottom:30px;
	display:block;
}

.home #sideR h3,
.page.page-template-special-listing-php #sideR h3,
.page.page-template-special-listing-php #sideR_tb h3 {
	font-size:84.7%;
	display:block;
	border-bottom:#808080 dotted 1px;
	margin-bottom:0.8em;
	padding-bottom:0.8em;
}

.home #sideR ul.arrow-links li,
.page.page-template-special-listing-php #sideR li,
.page.page-template-special-listing-php #sideR_tb li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:84.7%;
	background:url(img/common/arrow_gray_w.gif) no-repeat left 4px;
	line-height:1.4;
	margin-bottom:0.7em;
	padding-left:16px;
}

.home #sideR .image,
.page.page-template-special-listing-php #sideR .image,
.page.page-template-special-listing-php #sideR_tb .image {
	text-align:center;
	margin-bottom:5px;
}

.home #sideR #banner-links li {
	margin-bottom: 10px;
}

/* page */
.page #sideR {
    width:32%;
}

@media screen and (max-width: 480px) , screen and (max-width: 768px){
.page #sideR {
    display:none;
}
}

.page #sideR h3 {
	margin-bottom: 10px;
}

.page ul.page_list {
	font-family:Verdana, Geneva, sans-serif;
	font-size:77%;
	background:url(img/common/bar_gray.gif) repeat-x;
	margin-bottom:40px;
	padding-top:4px;
}

@media screen and (max-width: 768px){
.page ul.page_list {
	height:600px;
	overflow:auto;
}
}

@media screen and (max-width: 568px){
.page ul.page_list {
	height:170px;
	overflow:auto;
}
}

.page ul.page_list li {
	display:block;
	line-height:1.2;
}

.page ul.page_list li a {
	display:block;
	background-color:#EBEBEB;
	border-bottom:#808080 dotted 1px;
	padding:8px 20px;
}

.page ul.page_list ul.children {
	background:none;
	padding-top:0;
}

.page ul.page_list ul.children li {
	display:block;
}

.page ul.page_list ul.children li a {
	display:block;
	background:url(img/common/arrow_green_s.png) no-repeat 29px center;
	background-color:#FFF;
	padding-left:40px;
}

.page ul.page_list ul.children .children li a {
	background-position:49px center;
	padding-left:60px;
}

.page ul.page_list li a:hover {
	color:#007F2D;
}


#sideR {
    width:220px;
}

#sideR .share-links {
	margin-bottom:20px;
	}

/* サイドバーカレント */
.page ul.page_list li.current_page_item a { color:#007F2D; cursor:default; }
.page ul.page_list li.current_page_item a:hover { text-decoration:none; }

.page ul.page_list li.current_page_item .children a { color:#333333; cursor:pointer; }
.page ul.page_list li.current_page_item .children a:hover { text-decoration:underline; }


/* sns
---------------------------------------------- */
.archive #sideL .sns {
	margin-bottom:40px;
}

.home #sideR .sns li,
.page-template-page-search-php #sideR .sns li,
.page-child #sideR .sns li,
.page.page-template-special-listing-php #sideR .sns li,
.page.page-template-special-listing-php #sideR_tb .sns li,
.archive #sideL .sns li,
.single #sideL .sns li,
.page-id-1219 #sideR .sns li {
	background-image:none;
	float:left;
	margin-bottom:0;
	margin-right:6px;
	margin-left:0;
	height:31px;
	padding:0;
	width:31px;
}

.home #sideR .sns li.last,
.page.page-template-special-listing-php #sideR li.last,
.archive #sideL li.last {
	margin-right:0;
}

/* footer_pagination
---------------------------------------------- */
.footer_pagination {
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	position:relative;
	line-height:1.2em;
	text-align:center;
}

.footer_pagination p {
	display:inline-block;
	text-align:left;
	/display:inline;
	/zoom:1;
}

.footer_pagination span,
.footer_pagination a {
	display:block;
	float:left;
	margin: 2px 0 0 0;
	padding:6px 6px 5px 6px;
	text-decoration:none;
	width:auto;
	color:#808080;
}

.footer_pagination a:hover{
	color:#333333;
}

.footer_pagination .current{
	padding:6px 9px 5px 9px;
	color:#333333;
	font-weight:bold;
}

/* Footer
---------------------------------------------- */
footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background:url(img/common/bar_green.gif) repeat-x top;
	font-size:92.4%;
	padding-top:6px;
    overflow: hidden;
}

@media print {
footer {
	visibility:hidden;
	height:1px;
}
}

@media screen and (max-width: 768px){
footer {
	margin:0 auto;
	width:98%;
}
}

@media screen and (max-width: 480px){
footer {
	margin:0 auto;
	width:98%;
}
}

footer a {
	color:#FFF;
	text-decoration: none;
	outline: none;
}

footer a:visited {
	color:#FFF;
}

footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* footer_inner_top */
#footer_inner_top {
	background:#167D2C url(img/common/bg_footer.gif) repeat;
	padding-top:25px;
	padding-bottom:25px;
}

#footer_inner_top .contents {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
#footer_inner_top .contents {
	width: 97%;
	margin: 0 auto;
}
}

@media screen and (max-width: 480px){
#footer_inner_top .contents {
	width: 97%;
	margin: 0 auto;
}
}

#footer_inner_top .contents ul {
	float: left;
	width: 140px;
	margin-right: 20px;
}

@media screen and (max-width: 768px){
#footer_inner_top .contents ul {
	float: none;
	width:60%;
}
}

@media screen and (max-width: 480px){
#footer_inner_top .contents ul {
	float: none;
	width:60%;
}
}


#footer_inner_top .contents ul.last {
	margin-left: 0;
}

#footer_inner_top .contents li {
	line-height:1.2;
	margin-bottom:1em;
}

#footer_inner_top .contents li.fst {
	font-weight:bold;
	line-height:1.3;
}

@media screen and (max-width: 768px){
#footer_inner_top .contents li {
	display:none;
}

#footer_inner_top .contents li.fst {
	display:inherit;
}
}

@media screen and (max-width: 480px){
#footer_inner_top .contents li {
	display:none;
}

#footer_inner_top .contents li.fst {
	display:inherit;
}
}

/* footer_inner_bottom */
#footer_inner_bottom {
	padding-top:25px;
	padding-bottom:25px;
    background-color: #000;
}
@media screen and (max-width: 480px){
#footer_inner_bottom {
	background-color: #f1f1f1;
	color: #2C2C2C;
	padding-bottom:0;
}

#footer_inner_bottom a {
	color: #2C2C2C !important;
}
}

#footer_inner_bottom .contents {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
#footer_inner_bottom .contents {
	width: 97%;
	margin: 0 auto;
}
}

@media screen and (max-width: 480px){
#footer_inner_bottom .contents {
	width: 100%;
	margin: 0 auto;
}
}

#footer_inner_bottom .contents ul,
#footer_inner_bottom .contents .text {
	float:left;
	width:240px;
}

@media screen and (max-width: 768px){
#footer_inner_bottom .contents ul,
#footer_inner_bottom .contents .text {
	width:240px;
	margin-bottom:35px;
}
}

@media screen and (max-width: 480px){
#footer_inner_bottom .contents ul,
#footer_inner_bottom .contents .text {
	padding-left:10px;
	margin-bottom:35px;
	width:100%;
}

#footer_inner_bottom .contents .text {
	margin-bottom:15px;
}

#footer_inner_bottom .contents .text.bottom {
	background-color:#000;
	color:#FFF;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:0;
}
}

#footer_inner_bottom .contents li {
	margin-bottom:1em;
}

#footer_inner_bottom .contents .text h4 {
	font-weight:bold;
	line-height:1.3;
}

#footer_inner_bottom .contents .text p {
	line-height:1.6;
}

#footer_inner_bottom .contents .text p.logo {
	margin-bottom:40px;
}

#footer_inner_bottom .contents .text p.copy {
	font-size:77%;
}

#footer_inner_bottom a {
	color:#FFF;
	text-decoration:underline;
	outline: none;
}

#footer_inner_bottom a:hover {
	color:#FFF;
	text-decoration: none;
}

@media screen and (max-width: 960px){
/* ******************************
    Common Style
****************************** */


/* ******************************
    Header Style
****************************** */

/* ******************************
    Nav Style
****************************** */

/* ******************************
    Contents_Wrapper Style
****************************** */
/* #contents_wrapper { width: 100%; }  */

/* ******************************
    SideL Style
****************************** */
    #sideL { width: 25%; }

/* ******************************
    Content Style
****************************** */


/* ===== ページ内切り替え画像 ===== */
    #content ul#pageimg li { position: static!important; }
    #content ul#pageimg li img { height: auto!important; }


    /* #content ul.thumbs li {
        width: 30%;
        height: auto!important;
        padding: 0 1.5%;
    } */

    /* #content ul.thumbs li img { height: auto!important; } */

/* ===== 一覧ページ ===== */
    .listing-img {
        width: 30%;
        margin-right: 2%;
    }

/* ******************************
    SideR Style
****************************** */
    #sideR{ width: 25%; }
}

/* ******************************
    editer setting
****************************** */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ******************************
    table setting
****************************** */
table.type01,
table.type02,
table.type03,
table.type04 {
	line-height:1.4;
    border-right: 1px solid #CBCBCB;
    width: 100%;
    border-top: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
}

table.type01 th,
table.type03 th,
table.type04 th {
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
	font-weight:bold;
	padding:10px;
}

table.type01 td,
table.type02 td,
table.type03 td,
table.type04 td {
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 10px;
}

table.type01,
table.type02 {
    border-top: 3px double #CBCBCB;
}

table.type01 thead,
table.type02 thead,
table.type03 thead,
table.type04 thead {
	font-family: Verdana,Geneva,sans-serif;
}

table.type01 thead {
    background-color: #F1F1F1;
}

table.type03 thead,
table.type04 thead {
    background-color: #CEE6D7;
}

/* col_colors */
td.col_gray {
    background-color: #F1F1F1;
	font-family: Verdana,Geneva,sans-serif;
	font-weight:bold;
}

td.col_green {
    background-color: #CEE6D7;
	font-family: Verdana,Geneva,sans-serif;
	font-weight:bold;
}

/* ******************************
    list setting
****************************** */
ul.disc li,
ul.disc_g li,
ul.decimal li,
ul.arrow li {
	list-style-position:outside !important;
	margin-left:20px;
}

ul.disc li {
	list-style-type:disc;
}

ul.disc_g li {
	list-style-image:url(img/common/list_disc.png);
}

ul.decimal li {
	list-style-type:decimal !important;
}

ul.arrow li {
	list-style-image:url(img/common/list.png);
}

/* ******************************
    contactform setting
****************************** */
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	width:90%;
	padding-left: 0.5em;
}

.text-88 input,
.text-561 input,
.text-765 input,
.text-488 input,
.text-95 input,
.text-105 input { width: 43.5%!important; }

.radio-909 .wpcf7-list-item,
.radio-51 .wpcf7-list-item,
.radio-69 .wpcf7-list-item,
.checkbox-623 .wpcf7-list-item { display: block; }


/* ******************************
    broken_link setting
****************************** */
.broken_link,
a.broken_link {
	text-decoration:underline !important;
}

dl#acMenu {
	    border-bottom:#c7c7c7 1px solid;
}
#acMenu dt{
    display:block;
    max-width:100%;
    height:auto;
    line-height:170%;
    text-align:left;
    border-top:#d2d2d2 1px solid;
		padding: 15px;
    cursor:pointer;
		font-size: 115%;
    }
		#acMenu dt.active{
			background-color:#e2e2e2 ;
		    }
#acMenu dd{
    background:#fafafa;
    max-width:100%;
    height:auto;
    line-height:180%;
    text-align:left;
    border-top:#c7c7c7 1px dotted;
		padding: 15px;
    display:none;
    }

		/* ******************************
		    contactform setting
		****************************** */

#acMenu ul.ui-tabs-nav{
	margin-bottom: 15px;
}
#acMenu ul.ui-tabs-nav li{
	border: #808080 solid 1px;
}
#acMenu ul.ui-tabs-nav li a{
	padding: 15px 18px;
}

#acMenu .wpcf7 .wpcf7-text,
#acMenu .wpcf7 .wpcf7-textarea {
			width:90%;
			padding-left: 0.5em;
			margin-bottom: 8px;
}
#acMenu div#ui-tab p{
			margin-bottom: 8px;
}
#acMenu .text-88 input,
#acMenu .text-561 input,
#acMenu .text-765 input,
#acMenu .text-488 input,
#acMenu .text-95 input,
#acMenu .text-105 input { width: 43.5%!important;}

#acMenu .radio-909 .wpcf7-list-item,
#acMenu .radio-51 .wpcf7-list-item,
#acMenu .radio-69 .wpcf7-list-item,
#acMenu .checkbox-623 .wpcf7-list-item { display: block; }
