@charset "utf-8";

/*
Theme Name: diet
Theme URI: http://www.urban-sp.jp/
Description: 各ページ毎の内部構成に関するもののみになります
Version: 1.0
Author: URBAN PLANNING
Author URI: http://www.urban-sp.jp/
Tags: 
*/


@import "pc_base.css";




/* ==========================================================
TOP・下層共通
========================================================== */
/* メイン画像 */


.slider_main{
	margin: 0px auto;
	width: 1200px;
	padding: 0px;
}

.mainv{
	position: relative;
	margin-bottom: 20px;
}

.mainv h2{
	position: absolute;
	top: 230px;
	left: 0%;
	right: 0%;
	z-index: 10;
	text-align: center;
}




/* TOPICS */

.ttl-top1 h3{
	font-size: 20px;
}

#top_topics_area{
	width:720px;
}

#top_topics_title{
	margin-bottom:15px;
}

#top_topics_item_area{
	overflow:hidden;
}

#top_topics_item_area .itembox{
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content:flex-start;
}

#top_topics_item_area .item{
	width:220px;
	min-height:260px;
	margin: 10px;
}

#top_topics_item_area .item:nth-child(1),
#top_topics_item_area .item:nth-child(4n){
	margin-left:0px;
}



#top_topics_item_area .picture{
	width:220px;
	height:170px;
	overflow:hidden;
	position: relative;
}

#top_topics_item_area img{
	max-width:220px;
	top: 50%;
	position: absolute;
	transform:translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);

}

#top_topics_item_area .subtitle{
	margin-bottom:5px;
	font-size: 120%;
}

#top_topics_item_area .subtitle a{
	color:#3656A7;
	text-decoration:none;
	font-weight:bold;
	font-size: 90%;
}

#top_topics_item_area .subtitle a:hover{
	text-decoration:underline;
}

#top_topics_item_area .top_shop_text_area{
	font-size:70%;
	margin-bottom:10px;
}

#top_topics_item_area .update_date{
	color:#ccc;
	font-size: 90%;
}


#top_topics_item_area .shopicon{
	display:inline-block;
	color:#fff;
	padding:0px 5px;
}

#top_topics_area #top_more_btn_area{
	text-align:center;
}

/* トピックスカラー */

#top_topics_item_area .item .shop_name{
	background: #ccc;
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 80%;
}

#top_topics_item_area .item .shop_name a{
	text-decoration: none;
	color: #fff;
}

#top_topics_item_area .item .shop_name.event-guide{
	background: #33a8de;
}

#top_topics_item_area .item .shop_name.event-report{
	background: #44d567;
}

#top_topics_item_area .item .shop_name.reunion-news{
	background: #f3b532;
}

#top_topics_item_area .item .shop_name.university-news{
	background: #8218de;
}

#top_topics_item_area .item .shop_name.e-public{
	background: #de6718;;
}

/* ページ下部共通バナー */
.mod-pglink-bn{
	margin-bottom:40px;
}

.mod-pglink-bn .item{
	margin-bottom:10px;
}

/* ページ下部共通ショートカット */
.area-shortcut{
	padding:40px 10px 0px;
	border-top:#777 1px dashed;
}

.area-shortcut ul{
	display:table;
	width:100%;
}

.area-shortcut ul li{
	display:table-cell;
	text-align:center;
}

/* ページャー */
.wp-pagenavi{
	margin-bottom:30px;
	min-height:25px;
}

.wp-pagenavi .pages{
	margin-right:15px;
	padding-left:10px;
}

.wp-pagenavi a{
	background-color:#E7CE5A;
	border:solid 1px #E7CE5A;
	padding:2px 8px;
	margin:0px 1px 0px 2px;
	text-decoration:none;
	color:#000;
}

.wp-pagenavi .current{
	background-color:#FFEAA9;
	border:solid 1px #FFEAA9;
	color:#000;
	padding:2px 8px;
	margin:0px 1px 0px 2px;
}

.wp-pagenavi a:hover{
	color:#000;
	border:solid 1px #FFEAA9;
	background-color:#FFEAA9;
}




/* ==========================================================
トップページ
========================================================== */



.box-top1{
	margin:0px auto;
	overflow:hidden;
	padding-bottom: 30px;
}

.box-top2{
	margin:30px auto;
	overflow:hidden;
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
	padding-top: 30px;
	border-top: dotted 1px #ccc;

}


.topics-bottan{
	text-align: right;
	padding: 10px;
}

/* box1*/



/* box2*/

.box-top2{
	padding-bottom: 50px;
	background-position: 30px top;
}

.box-top2 .ttl-top2{
	margin-left: 280px;
	text-align: left;
	overflow: hidden;
}
.box-top2 .ttl-top2 h3{
	float: left;
}

.box-top2 .top-btm-contents{
	display: flex;
	justify-content: space-between;
}





/* ==========================================================
下層ページ
========================================================== */

.title-box h3{
	text-align: center;
	padding: 30px;
}

.contents-box{
	text-align: center;
	padding: 30px;
}



/* ソーシャルメディアボタン*/
.wp_social_bookmarking_light{
	margin-top: 60px;
}



/* ==========================================================
共通
========================================================== */

.page a,.archives a,.txt-blog-detail a {
	color: #339933;
	text-decoration: underline;
}

.page p,.archives p,.txt-blog-detail p{
	margin: 0 0 10px 0;
}



.page h3,.archives h3,.txt-blog-detail h3{
	font-size:160%;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom:20px;
	padding:10px 15px;
	border-bottom: dotted 2px #ccc;
	border-left:4px solid #01B286;
}

.page h4,.archives h4,.txt-blog-detail h4{
	font-weight: bold;
	margin-top:5px;
	margin-bottom:10px;
}

.page table,.archives table,.txt-blog-detail table{
	border-collapse: collapse;
	border: 1px solid;
}
.page table th,.page table td,.archives table th,.archives table td,.txt-blog-detail th,.txt-blog-detail td{
	border: 1px solid;
}

/* ==========================================================
　同窓会について
========================================================== */

.about-box{
	overflow: hidden;
	
	margin-bottom: 50px;
	margin-top: -150px;
	padding-top: 150px;

}


.about-box .about-tb1{
	border: 0px;
	margin: 20px 10px 30px;
}
.about-box .about-tb1 th,.about-box .about-tb1 td{
	border: 0px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}


.about-box .about-tb2{
	width: 95%;
	margin: 20px auto 30px;
	border: 0px;

}

.about-box .about-tb2 th{
	border: 0px;
	border-bottom: 2px solid #ccc;
	padding: 15px 10px;
	font-size: 110%;
	text-align: center;
}


.about-box .about-tb2 td{
	border: 0px;
	border-bottom: 2px solid #ccc;
	padding: 15px 10px;
	text-align: center;
	font-size: 110%;
}
.about-box .about-tb2 td:nth-of-type(1){
	width: 40%;
}
.about-box .about-tb2 td:nth-of-type(2){
	width: 50%;
}


/* ==========================================================
ブログ
========================================================== */

.area-blog-detail{
	padding-top:30px;
	background: #fff;
	padding: 10px;
}

.ttl-blog-title{
	font-size:180%;
	font-weight:normal;
	margin-bottom:5px;
	padding:20px 15px;
	border-bottom: dotted 2px #ccc;
	border-left:4px solid #01B286;
}

.txt-blog-date{
	padding:0px 10px;
	font-size:90%;
	color:#000;
	text-align: right;
	margin-bottom:40px;
}

.txt-blog-detail{
	padding:0px 15px;
	padding-bottom:40px;
	margin-bottom:50px;
	border-bottom:#ddd 1px dashed;
	width:660px;
	word-wrap:break-word;
}

.area-blog-side{
	margin-bottom:30px;
	padding:20px 0px 20px;
	overflow:hidden;
	background: #fff;	
}

.area-blog-side .box-blog-category,
.area-blog-side .box-blog-archive{
	margin-bottom:30px;
}

.area-blog-side .ttl-blog-group{
	font-weight:bold;
	margin-bottom:15px;
	border-bottom: dotted 2px #999;
}

.area-blog-side .box-blog-category .categories li,
.area-blog-side .box-blog-archive li{
	padding-left:20px;
	margin-bottom:5px;
	background:url("../images/blog/ico_blog_item.png") no-repeat 0px 4px;
}


/* 関連ワード一覧 */

#enquete_word_area{
	padding: 1em;
	background: #eee;
}

#enquete_word_area h3{
	font-size: 14px;
	padding: 10px;
	border-left: none;
}

#enquete_word_area ul{
	display: block;
}
#enquete_word_area ul li{
	display: inline-block;
	padding: 5px;
}



/* ブログアーカイブ
---------------------------------------------------------- */

.area-topics-list{
	margin:0px auto 40px;
	padding: 30px 0px;
	background: #fff;
	overflow: hidden;
}


.area-topics-list .item{
	padding:10px;
	border: 1px solid #ddd;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.area-topics-list .box-topics-title-date{
	overflow:hidden;
}

.area-topics-list .topics-date{
	font-size:90%;
	padding:0px 10px;
	margin-bottom:5px;
}

.area-topics-list .topics-title{
	font-size:120%;
	padding:0px 10px;
	margin-bottom:5px;
}
.area-topics-list .topics-title a{
	text-decoration: none;
	color: #3656A7;
}

.area-topics-list .topics-pic{
	width: 220px;
	overflow: hidden;
	border: 1px solid #eee;
	float: left;
}

.area-topics-list .topics-pic img{
	max-width: 220px;
	margin: 0px auto;
	display: block;
}

.area-topics-list .topics-time{
	padding:0px 10px;
	margin-bottom:15px;
	color:#ccc;
	display:block;
	text-align:right;
}

.area-topics-list .topics-text{
	padding:0px 10px;
	margin-bottom:10px;
	overflow:hidden;

}


/* ==========================================================
検索画面
========================================================== */
#search h2{
	font-weight:normal;
	font-size:150%;
	border-bottom:#ccc 1px solid;
	padding-bottom:5px;
	margin:0px auto 20px;
}


.area-search-list .item{
	padding:10px 15px;
	margin:0px auto 30px;
	border-bottom:#ccc 1px dashed;
}

.area-search-list .box-search-title-date{
	margin-bottom:5px;
	overflow:hidden;
}

.area-search-list .search-title{
	font-size:120%;
	font-weight:bold;
	float:left;
	width:550px;
}

.area-search-list .search-time{
	color:#ccc;
	display:block;
	text-align:right;
	float:right;
	width:100px;
}

.area-search-list .search-text{
	margin-bottom:10px;
}

/* 検索該当なし
---------------------------------------------------------- */

.area-404-detail *{
} 
.area-404-detail{
	padding:20px 20px 0px;
}

.ttl-404-title{
	font-size:120%;
}

.area-404-message{
	margin-bottom:40px;
	padding:15px 0px 0px;
}

.area-404-message .link-home{
	padding-top:15px;
}
.area-404-message .link-home *{
	color: #fff;
}



/* ==========================================================
固定ページ
========================================================== */


/* 同期会 --------------------------*/

.class-btn{
	
}

.class-btn ul{
	display: flex;
	flex-wrap: wrap;
}

.class-btn ul li{
	width: 30%;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 15px;
	border: #FAE999 solid 1px;
	background: #fefbd5;
	border-radius: 6px;
	margin: 5px;
	text-align: center;
}
.class-btn ul li:hover{
	background: #FAE999;

}



/* 支部会 --------------------------*/











/* ==========================================================
お問合せ
========================================================== */

.area-contact{
	width: 980px;
	margin: 50px auto;
}

.area-contact .contents-box{
	background: #fff;
	padding: 50px;
	text-align:left;
}

.contact-box1{
	overflow: hidden;
	padding: 20px;
}

.contact-box1 .imgleft{
	float: left;
	padding: 10px;
}
.contact-box1 p{
	float: right;
	padding: 10px;
	width: 560px;
}


.contact-txt{
	padding: 50px;
	font-size: 15px;
	border-top: dotted 1px #000; 
	border-bottom: dotted 1px #000; 
}



.area-contact .table-contact{
	background: #FDF7F9;
	padding: 50px;
}

.table-contact table{
	width: 100%;
	margin: 5px auto;
}
.table-contact td{
	padding: 20px;
}

.table-contact strong{
	line-height: 200%;
	margin: 5px 10px;
}
.table-contact input,.table-contact textarea{
	display: block;
	padding: 10px;
	border: 2px #ccc solid;
	width: 100%;
	margin: 10px 0px;
	box-sizing: border-box;
}

.table-contact .contact-abs:before{
	content: "必須";
	background: #DB0004;
	padding: 5px;
	margin: 5px 0px;
	color: #fff;
	
}
.table-contact .contact-std:before{
	content: "任意";
	background: #016DD9;
	padding: 5px;
	color: #fff;
	margin: 5px 0px;
}

.wpcf7 input[type="submit"]{
	border: 2px #fff solid;
	border-radius: 5px;
	background: #D0115B;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	padding: 10px 20px;
	box-shadow: 0px 1px 6px -1px #444;
	display: block;
	width: 400px;
	margin: 10px auto;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover{
	box-shadow: 0px 1px 4px -1px #444;
}
/* エラー */
.wpcf7-validation-errors{
	background: #fff;
}

