@charset "utf-8";
/* CSS Document */

/* パンくず */
ul.breadcrumb{
	width: 710px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
}
ul.breadcrumb li{
	display: inline-block;
	font-size: 11px;
	margin-top: 8px;
	padding-left: 15px;
	background: url(../img/common/ico_04.png) no-repeat 5px 6px;
}
ul.breadcrumb li.none{
	background: none;
}
ul.breadcrumb a{
	text-decoration: underline;
}
ul.breadcrumb a:hover{
	text-decoration: none;
}

/* ページトップへ */
div.pageTop{
	margin: 50px auto 0;
	width: 980px;
}

/* コンテンツエリア */
div.content{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
div.content a{
	text-decoration: none;
}
div.content a:hover{
	color: #91197F;
}

/* 左カラム */
div.content div.leftPart{
	width: 230px;
	margin-top: 30px;
	float: lef;
}
div.content div.leftPart ul.leftMenu{
	margin-top: 20px;
}
div.content div.leftPart ul.leftMenu li{
	margin-bottom: 15px;
}
div.content div.leftPart ul.leftMenu > li{
	background: url(../img/common/ico_02.png) no-repeat 10px 5px;
	padding-left: 25px;
}
div.content div.leftPart ul.leftMenuDetail{
	margin-top: 10px;
}
div.content div.leftPart ul.leftMenuDetail > li{
	background: url(../img/common/ico_03.png) no-repeat 2px 10px;
	padding-left: 1em;
}
div.content div.leftPart ol.leftMenuDetail{
	margin-top: 10px;
}
div.content div.leftPart ol.leftMenuDetail > li{
	background: url(../img/common/ico_03.png) no-repeat 2px 10px;
	padding-left: 1em;
}

/* 左カラム ナビゲーションパターン2*/
div.content div.leftPart ul.leftMenu2{
	margin: 20px 0 0 1em;
}
div.content div.leftPart ul.leftMenu2 p{
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 30px;
	background: #91197F;
	padding-left: 0.5em;
}
div.content div.leftPart ul.leftMenu2 p:first-child{
	margin-top: 15px;
}
div.content div.leftPart ul.leftMenu2 p,
div.content div.leftPart ul.leftMenu2 li,
div.content div.leftPart ul.leftMenu2 dt,
div.content div.leftPart ul.leftMenu2 dd{
	margin-bottom: 5px;
}
div.content div.leftPart .leftMenu2 .leftMenuDetailInner > dt{
	margin-top: 15px;
	font-weight: bold;
	background: url(../img/common/ico_09.png) no-repeat 0 6px;
	padding-left: 1em;
}
div.content div.leftPart .leftMenu2 dl.accordion > dt{
	cursor: pointer;
	display: block;
}
div.content div.leftPart .leftMenu2 dl.accordion > dd{
	display: none;
}
div.content div.leftPart .leftMenu2 .leftMenuDetailInner2 > dt{
	background: url(../img/common/ico_02.png) no-repeat 0 5px;
	padding-left: 1em;
	margin-left: 1em;
}
div.content div.leftPart .leftMenu2 .leftMenuDetail3{
	padding-left: 1em;
}
div.content div.leftPart .leftMenu2 .leftMenuDetail3 li{
	background: url(../img/common/ico_03.png) no-repeat 0 10px;
	padding-left: 1em;
}
div.content div.leftPart .leftMenu2 .leftMenuDetailInner2 > ul > li{
	background: url(../img/common/ico_03.png) no-repeat 0 10px;
	padding-left: 1em;
}
.icon dd{
	background: url(../img/common/ico_03.png) no-repeat 0 10px;
	padding-left: 1em;
	margin-left: 1em;
}
.icon2 {
	background: url(../img/common/ico_02.png) no-repeat 0 5px;
	padding-left: 1em;
}

/* 右カラム */
div.content div.rightPart{
	width: 710px;
	margin-left: 40px;
	float: right;
	line-height: 1.8;
}
h3{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 0 6px 13px;
	border-bottom: solid 2px #735D50;
	margin-top: 50px;
}
h3.first{
	margin-top: 0;
}
h4{
	font-size: 15px;
	font-weight: bold;
	color: #91197F;
	border-bottom: dotted 1px #91197F;
	margin-top: 30px;
}
h4.first{
	margin-top: 0;
}
h5{
	font-weight: bold;
	margin-top: 20px;
}
h5.first{
	margin-top: 0;
}
div.content div.rightPart div.rightPartInner{
	margin-top: 20px;
	padding: 0 10px;
	overflow: hidden;
}

/* 会社情報 */
div.content div.rightPart div.rightPartInnerLeft{
	float: left;
}
div.content div.rightPart div.rightPartInnerLeft p{
	width: 470px;
}
div.content div.rightPart div.rightPartInnerRight{
	float: left;
	margin-left: 20px;
}
div.content div.rightPart div.rightPartInnerRight p{
	width: 200px;
}
div.content div.rightPart div.rightPartInnerRight p.ceoName{
	text-align: center;
	font-size: 15px;
}
div.content div.rightPart div.rightPartInnerRight p.ceoName > span.small{
	font-size: 11px;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail{
	overflow: hidden;
	background: url(../img/second/corporate/img_bg01.png) no-repeat 56px 912px;
	padding-bottom: 90px;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #2A0A00;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl{
	overflow: hidden;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.first > dt{
	float: left;
	width: 90px;
	font-weight: bold;
	color: #91197F;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.first > dd{
	float: left;
	width: 600px;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.second > dt{
	font-weight: bold;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li.last{
	border: none;
	margin-bottom: 0;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.third{
	overflow: hidden;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.third dt{
	float: left;
	width: 110px;
	font-weight: bold;
}
div.content div.rightPart div.rightPartInner ul.corporateDetail li dl.third dd{
	float: left;
	width: 483px;
}

/* 沿革 */
div.content div.rightPart div.rightPartInner ul.history{
	overflow: hidden;
	background: url(../img/second/corporate/img_bg02.png) no-repeat 222px 1084px;
	padding-bottom: 220px;
}
div.content div.rightPart div.rightPartInner ul.history li dl.first > dt{
	width: 130px;
}
div.content div.rightPart div.rightPartInner ul.history li dl.first > dd{
	width: 560px;
}
div.content div.rightPart div.rightPartInner ul.history li dl.first > dd ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.content div.rightPart div.rightPartInner ul.history li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}

/* 主要取引先 */
div.customerList{
	overflow: hidden;
	margin-top: 15px;
}
div.customerList ul.leftPart{
	float: left;
	width: 345px;
}
div.customerList ul.rightPart{
	float: left;
	width: 345px;
}
div.customerList ul li{
	background: url(../img/common/ico_05.png) no-repeat 1em 8px;
	padding-left: 2em;
}
div.customerInner{
	margin-left: 1em;
}
div.customerInner dl{
	overflow: hidden;
	margin: 10px 0 0 1em;
}
div.customerInner dl dt{
	float: left;
	width: 120px;
}
div.customerInner dl dd{
	float: left;
	width: 544px;
}
div.customerInner ul{
	margin: 10px 0 0 1em;
}
div.customerInner ul:last-child{
	background: url(../img/second/corporate/img_bg03.png) no-repeat 110px 120px;
	padding-bottom: 250px;
}

/* 三喜屋珈琲を知る */
p.center{
	text-align: center;
	margin-top: 10px;
}
p.abouText{
	margin-top: 30px;
}
p.nextText{
	margin-top: 30px;
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 510px 10px;
}
.largeText{
	font-size: 16px;
	line-height: 2;
}
.largeText2{
	font-size: 13.5px;
	line-height: 2;
}

/* 三喜屋珈琲 創業物語 */
p.left{
	margin-top: 10px;
}
p.aboutText2{
	margin-top: 1.5em;
}
p.nextText2{
	margin-top: 30px;
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 540px 10px;
}
p.bottomImg{
	background: url(../img/second/about/img_bg01.gif) no-repeat 110px 440px;
	padding-bottom: 150px;
}

/* 珈夢亭のあゆみ */
p.left2{
	margin-top: 30px;
}
p.center2{
	text-align: center;
	margin-top: 30px;
}
p.nextText3{
	margin-top: 30px;
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 385px 10px;
}
p.bottomImg2{
	background: url(../img/second/about/img_bg01.gif) no-repeat 110px 150px;
	padding-bottom: 190px;
}

/* 珈琲にかける思い ～3代目社長 園田高久～ */
div.omoiBox{
	margin-bottom: 30px;
	overflow: hidden;
	line-height: 2;
}
div.omoiBoxLeft{
	width: 200px;
	margin-top: 30px;
	float: left;
	line-height: 1.5;
}
div.omoiBoxRight{
	margin: 30px 0 0 15px;
	float: left;
}
p.ceoName{
	font-size: 10px;
	padding-bottom: 10px;
}
div.omoiBoxLeft dt{
	font-size: 10px;
	margin-top: 10px;
}
div.omoiBoxLeft dd{
	font-size: 10px;
}
div.omoiBoxRight p{
	width: 475px;
}
p.bottomImg3{
	background: url(../img/second/about/img_bg01.png) no-repeat 180px 160px;
	padding-bottom: 230px;
}
p.bottomImg4{
	background: url(../img/second/about/img_bg02.png) no-repeat 200px 330px;
	padding-bottom: 265px;
}
p.bottomImg5{
	background: url(../img/second/about/img_bg03.png) no-repeat 100px 160px;
	padding-bottom: 135px;
}
p.bottomImg6{
	background: url(../img/second/about/img_bg04.png) no-repeat 160px 180px;
	padding-bottom: 130px;
}
p.bottomImg7{
	background: url(../img/second/about/img_bg00.png) no-repeat 130px 420px;
	padding-bottom: 200px;
}
p.nextText4{
	margin-top: 30px;
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 390px 10px;
}
p.nextText5{
	margin-top: 30px;
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 405px 10px;
}

/* 20141009 */
div.omoiBoxInner{
	overflow: hidden;
	font-size: 10px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #91197F;
	background: url(../img/second/about/img_bg01.gif) no-repeat 110px 300px;
	padding-bottom: 200px;
}
p.omoiBoxInnerLeft{
	float: left;
}
div.omoiBoxInnerRight{
	float: left;
	overflow: hidden;
	width: 470px;
	margin-left: 15px;
}
div.omoiBoxInnerRight dl{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

/* 素材へのこだわり */
div.contentBox{
	overflow: hidden;
	margin-top: 30px
}
div.contentBoxLeft{
	float: left;
	width: 395px;
}
div.contentBoxRight{
	float: left;
	width: 280px;
	margin-left: 15px;
}
p.pic{
	margin-top: 5px;
}
div.bottomImg8{
	background: url(../img/second/about/img_bg06.png) no-repeat center 240px;
	padding-bottom: 220px;
}

/* 鮮度へのこだわり */
div.bottomImg9{
	background: url(../img/second/about/img_bg06.png) no-repeat 112px 240px;
	padding-bottom: 330px;
}

/* 焙煎へのこだわり */
div.contentBoxInner{
	width: 330px;
	display: inline-block;
	vertical-align: top;
}
div.contentBoxInner2{
	width: 330px;
	display: inline-block;
	margin-left: 25px;
	verrtical-align: top;
}
div.contentBoxInner3{
	width: 690px;
	overflow: hidden;
}
div.contentBoxInner p img,
div.contentBoxInner2 p img,
div.contentBoxInner3 p img{
	margin-top: 10px;
}
h5.baisen{
	font-size: 15px;
	color: #91197f;
	margin-top: 0;
	background: url(../img/second/about/h5_bg01.png) no-repeat 0 center;
}
h5.baisen2{
	margin-top: 30px;
}
p.baisenText{
	font-size: 12px;
	width: 198px;
	margin-top: 15px;
	padding-right: 132px;
}
p.baisen1{
	background: url(../img/second/about/img_02.png) no-repeat right top;
}
p.baisen2{
	background: url(../img/second/about/img_03.png) no-repeat right top;
	padding-bottom: 20px;
}
p.baisen3{
	background: url(../img/second/about/img_04.png) no-repeat right top;
}
p.baisen4{
	background: url(../img/second/about/img_05.png) no-repeat right top;
	padding-bottom: 35px;
}
p.baisen5{
	background: url(../img/second/about/img_06.png) no-repeat 238px 150px;
	float: left;
	margin-top: 10px;
	width: 198px;
	padding: 0 132px 0 30px;
}
div.contentBoxInner3 h5.baisen{
	background: url(../img/second/about/h5_bg02.png) no-repeat 0 center;
}
div.contentBoxInner3 p.leftPic{
	float: left;
	width: 330px;
}

/* 環境へのこだわり */
div.bottomImg10{
	background: url(../img/second/about/img_bg07.jpg) no-repeat 160px 150px;
	padding-bottom: 160px;
}

/* 水へのこだわり */
div.contentBoxInner3 h5.mizu1{
	background: url(../img/second/about/h5_bg03.png) no-repeat 0 center;
}
div.contentBoxInner3 h5.mizu2{
	background: url(../img/second/about/h5_bg04.png) no-repeat 0 center;
	margin-top: 30px;
}
div.contentBoxInner3 h5.mizu3{
	background: url(../img/second/about/h5_bg05.png) no-repeat 0 center;
	margin-top: 30px;
}
p.mizuText{
	float: left;
	font-size: 12px;
	width: 395px;
	margin-top: 10px;
}
p.rightPic{
	float: left;
	width: 280px;
	margin-left: 15px;
}

/* 店舗一覧 */
h2.shop{
	background: url(../img/second/shop/img_01.jpg) no-repeat bottom;
	padding-bottom: 355px;
}
p.borderBottom{
	border-bottom: solid 1px #735d50;
	padding-bottom: 30px;
}
h4.shopInfo{
	margin-top: 60px;
	font-size: 18px;
}
h4.shopInfoFirst{
	font-size: 18px;
}
h5.shopInfo{
	font-size:15px;
}
.shopText{
	padding-left: 1em;
	margin-top: 30px;
}
.shopText dt{
	padding-left: 0;
	color: #91197F;
	font-weight: bold;
}
p.marginBottom{
	background: url(../img/common/ico_05.png) no-repeat 380px 9px;
	text-align: right;
	margin-bottom: -55px;
}
dl.shopText{
	margin-top: 10px;
}
dl.shopText dd{
	margin-left: 10px;
}
dl.shopText li{
	display: inline-block;
	margin: 5px 15px 0 0;
	padding: 50px 15px 15px 0;
	background: url(../img/second/shop/ico_01.png) no-repeat 25px 5px;
}
dl.shopText li:nth-of-type(2){
	background: url(../img/second/shop/ico_02.png) no-repeat 10px 3px;
}
dl.shopText li:nth-of-type(3){
	background: url(../img/second/shop/ico_03.png) no-repeat 0 6px;
	padding-left: 10px;
}
dl.shopText li:nth-of-type(4){
	background: url(../img/second/shop/ico_04.png) no-repeat 15px 4px;
	padding-left: 10px;
}
dl.shopText li:nth-of-type(5){
	background: url(../img/second/shop/ico_05.png) no-repeat 15px 4px;
	padding-right: 170px;
}
ul.shopList dl{
	margin-left: 1em;
}
ul.shopList dt{
	font-weight: bold;
	margin-top: 1em;
	padding-left: 1em;
	background: url(../img/common/ico_08.png) no-repeat 3px 8px;
}
ul.shopList dd{
	margin-top: 0.5em;
	padding-left: 1em;
}
ul.shopList p{
	margin: 5px 0 0 30px;
	font-size: 0.5em;
}
.shopList span{	
	display: inline-block;
	vertical-align: middle;
	/*text-indent: -100%;*/
	width: 40px;
	margin-right: 20px;
	padding-top: 45px;
    line-height: 1;
    text-align: center;
}
.shopList span.coffe{
	height: 41px;
	background: url(../img/second/shop/ico_01.png) no-repeat;	
}
.shopList span.drink{
	height: 42px;
	background: url(../img/second/shop/ico_02.png) no-repeat;
}
.shopList span.food{
	height: 37px;
	background: url(../img/second/shop/ico_03.png) no-repeat;
}
.shopList span.sweets{
	height: 41px;
	background: url(../img/second/shop/ico_04.png) no-repeat;
}
.shopList span.order{
	height: 40px;
	background: url(../img/second/shop/ico_05_2.png) no-repeat;
	padding-right: 10px;
}
.shopList2 span{	
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -20px;
}
.shopList2 span.coffe{
	background: url(../img/second/shop/ico_01.png) no-repeat center;
	padding-top: 60px;
	width: 100px;
}
.shopList2 span.drink{
	background: url(../img/second/shop/ico_02.png) no-repeat center;
	padding-top: 60px;
	width: 60px;
}
.shopList2 span.food{
	background: url(../img/second/shop/ico_03.png) no-repeat left center;
	padding: 60px 0 0 10px;
	width: 40px;
}
.shopList2 span.sweets{
	background: url(../img/second/shop/ico_04.png) no-repeat center;
	padding-top: 60px;
}
.shopList2 span.order{
	background: url(../img/second/shop/ico_05_2.png) no-repeat center;
	padding-top: 60px;
}

/* 店舗詳細 */
div.content div.leftPartShop ul.leftMenu > li{
	font-size: 1.1em;
}
p.areaTitle{
	font-size: 15px;
	font-weight: bold;
	color: #91197F;
	margin: 20px 0 -10px;
}
p.areaTitleFirst{
	font-size: 15px;
	font-weight: bold;
	color: #91197F;
	margin: 20px 0 -10px;
}
div.picBox{
	overflow: hidden;
	width: 690px;
	height: 353px;
}
div.picBox p.main{
	float: left;
	width: 460px;
	height: 360px;
}
div.picBox div.sub{
	float: left;
	margin-left: 5px;
}
div.picBox div.sub p:nth-of-type(2){
	margin-top: 4px;
}
p.shopDetailText{
	margin-top: 30px;
}
div.content div.rightPart div.rightPartInner ul.shopDetail{
	background: none;
	padding-bottom: 0;
	margin-top: 30px;
}
div.content div.rightPart div.rightPartInner ul.shopDetail li:last-child{
	border-bottom: none;
}
div.content div.rightPart div.rightPartInner ul.shopDetail dl.first li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
ul.shopDetail dl.second dt{
	color: #91197F;
}
ul.shopDetail dl.second dd{
	margin-top: 0.5em;
}
#map_customize{
	width: 690px;
	height: 360px;
}

/* 商品のご紹介 */
div.productArea{
	overflow: hidden;
	width: 690px;
	border-bottom: 1px dotted #735D50;
	padding-bottom: 30px;
}
div.productArea h5{
	margin-top: 5px;
	color: #91197F;
}
div.productBox3 h5{
	margin-top: 0;
	color: #91197F;
}
div.productArea div.productBox{
	width: 330px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
}
div.productArea div.productBox2{
	width: 330px;
	margin-top: 30px;
	margin-left: 25px;
	display: inline-block;
	vertical-align: top;
}
div.productBox3{
	overflow:hidden;
	width: 690px;
	margin-top: 30px;
	border-bottom: 1px dotted #735D50;
	padding-bottom: 30px;
}
div.last{
	border-bottom: none;
	padding-bottom: 0;
}
div.productBox3 p.leftPic{
	float: left;
	width: 330px
}
div.productBox3 div.productBoxRight{
	float: left;
	width: 330px;
	margin-left: 25px;
}
p.shopLink{
	background: url(../img/common/ico_07.png) no-repeat 0 10px;
	padding-left: 1.5em;
}

/* 新着情報一覧 */
ul.newsArea{
	width: 690px;
	min-height: 300px;
}
ul.newsArea li{
	border-bottom: dotted 1px #2A0A00;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.newsArea li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
dl.newsContent{
	overflow: hidden;
}
dl.newsContent > dt{
	float: left;
	width: 100px;
}
dl.newsContent > dd{
	float: left;
	width: 575px;
	margin-left: 15px;
}
dl.newsContentRight > dt{
	font-weight: bold;
	color: #91197F;
}

/* 新着情報 */
dl.newsDetail{
	padding: 15px;
	width: 660px;
}
dl.newsDetail dt{
	width: 660px;
	text-align: right;
	font-size: 11px;
	color: #91197F;	
}
dl.newsContent > dt.event{
	background: url(../img/common/ico_event.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsContent > dt.info{
	background: url(../img/common/ico_info.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsContent > dt.online-shop{
	background: url(../img/common/ico_online-shop.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsContent > dt.seminar{
	background: url(../img/common/ico_school.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsContent > dt.school-news{
	background: url(../img/common/ico_school-news.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsContent > dt.shop-info{
	background: url(../img/common/ico_shop-info.png) no-repeat 0 22px;
	padding-bottom: 17px;
}
dl.newsDetail dd{
	width: 660px;
	min-height: 300px;
}
dl.newsDetail dd strong{
	font-weight: bold;
}
dl.newsDetail dd em{
	font-style: italic;
}
dl.newsDetail dd ul{
	list-style: disc;
	list-style-position: inside;
}
dl.newsDetail dd ol{
	list-style: decimal;
	list-style-position: inside;
}
dl.newsDetail dd > h1,
dl.newsDetail dd > h2,
dl.newsDetail dd > h3,
dl.newsDetail dd > h4,
dl.newsDetail dd > h5,
dl.newsDetail dd > p,
dl.newsDetail dd > ul,
dl.newsDetail dd > ol{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #2A0A00;
	margin-bottom: 1em;
}
dl.newsDetail dd h1{
	font-size: 1.7em;
}
dl.newsDetail dd h2{
	font-size: 1.5em;
}
dl.newsDetail dd h3{
	font-size: 1.3em;
}
dl.newsDetail dd h4{
	font-size: 1.1em;
}
dl.newsDetail a {
	text-decoration: underline;
}
p.newsBack{
	text-align: right;
	background: url(../img/common/ico_07.png) no-repeat 580px 10px;
}

/* 採用情報 */
ul.btnArea{
	text-align: center;
	margin-top: 45px;
}
ul.btnArea li{
	display: inline-block;
	margin-right: 30px;
}
ul.btnArea li:last-child{
	margin-right: 0;
}
.recruit h4{
	margin-bottom: 15px;
}
.recruit dt{
	font-weight: bold;
	margin-top: 1em;
}
.recruit dl,
.recruit dd,
.recruit ul,
.recruit p{
	margin-left: 1em;
}
.recruit .btn{
	text-align: center;
	margin: 30px 0 45px;
}
.recruit th,
.recruit td{
	border: solid 1px #CCCCCC;
	padding: 0.3em 1em;
	vertical-align: middle;
}

/* 採用フォーム */
.red{
	color: #CD2121;
}
.formArea table{
	margin: 15px 0;
	width: 688px;
}
.formArea th{
	text-align: left;
	vertical-align: middle;
	border: solid 1px #2A0A00;
	background: #EBDBD7;
	padding: 0.5em 1em;
	font-weight: bold;
}
.formArea td{
	text-align: left;
	vertical-align: middle;
	border: solid 1px #2A0A00;
	padding: 0.5em 1em;
}
.submit{
	text-align: center;
}
.privacyArea{
	border: solid 1px #CCCCCC;
	overflow: auto;
	margin: 15px 0 30px;
	padding: 15px 30px;
	height: 250px;
}
.privacyArea p{
	font-size: 1.1em;
	text-align: center;
}
.privacyArea dt{
	font-weight: bold;
	margin-top: 0.75em;
}
.privacyArea dd{
	font-size: 0.9em;
	margin-left: 1.7em;
}

/* お問い合わせフォーム */
.contact p{
	margin-left: 1em;
}
.contact .btn{
	margin-top: 15px;
}

/* コラム */
.columnMenu{
	margin-top: 30px;
	overflow: hidden;
	width: 710px;
}
.columnMenu .menuBox{
	display: inline-block;
	margin-bottom: 25px;
}
* html .columnMenu .menuBox{
	display: inline;
	zoom: 1;
}
*+html .columnMenu .menuBox{
	display: inline;
	zoom: 1;
}
.columnMenu .menuBox:nth-of-type(1),
.columnMenu .menuBox:nth-of-type(3){
	margin-right: 25px;
}
.columnMenu h3{
	color: #91197f;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	border-bottom: none;
	line-height: 1.2;
}
.columnMenu span.h3small{
	font-size: 0.8em;
}
.columnMenu span.large{
	font-size: 24px;
}
.columnMenu .columnDetail{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0;
}
.columnMenu .columnDetail2 .subTitle{
	margin: 30px 0 0;
	font-weight: bold;
	font-size: 18px;
}
.columnMenu .columnDetail2 h4{
	margin: 0 0 5px;
	font-size: 20px;
}
.columnMenu .columnDetail2 p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 2em;
}
.columnMenu .bottomText{
	font-size: 16px;
	margin-top: 45px;
}
.columnMenu .columnDetail2 .largeText{
	font-size: 16px;
	margin-bottom: 0.5em;
}
.columnMenu .columnDetail2 ul{
	font-size: 14px;
}
.columnMenu .columnDetail2 dl{
	margin-bottom :15px;
}
.columnMenu .columnDetail2 dt{
	font-size: 18px;
	font-weight: bold;
}
.columnMenu .columnDetail2 dd{
	font-size: 14px;
}

/* 珈琲教室 */
.seminarText{
	margin-top: 15px;
}
.seminarText dt{
	font-size: 16px;
	font-weight: bold;
}
.seminarText dd{
	font-weight: bold;
}
.seminar h3{
	color: #FFFFFF;
	background: #91197f;
	padding: 2px 20px 2px 13px;
	border-bottom: none;
	margin-top: 45px;
	width: 677px;
}
div.content div.rightPart div.seminar{
	margin-top: 5px;
}
.seminar2 h3{
	margin-top: 0;
}
.seminarBox{
	margin-left: 1em;
	margin-top: 15px;
	overflow: hidden;
}
.seminarBox2{
	margin-right: 1em;
	margin-top: 5px;
}
.overflow-none{
	overflow: auto;
}
.seminar h4{
	margin-left: 0.7em;
	margin-top: 15px;
}
.seminarLink{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
div.content .seminarLink a{
	text-decoration: underline;
	color: #91197f;
}
div.content .seminarLink a:hover{
	text-decoration: none;
}
.seminar table{
	width: 675px;
	margin-top: 15px;
}
.seminar table{
	border: solid 1px #91197f;
}
.seminar table th{
	padding: 5px 0 5px 5px;
	font-size: 14px;
	white-space: nowrap;
}
.seminar table tr:nth-of-type(1){
	background: #F0E5F2;
	border: solid 1px #91197f;
}
.seminar table tr{
	border: dotted 1px #91197f;
}
.seminar table tr:nth-of-type(1) th,
.seminar table tr:nth-of-type(1) td{
	font-weight: bold;
	color: #91197f;
}
.seminar table td{
	border-left: none;
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px 5px 15px;;
	font-size: 14px;
}
.seminar table td a{
	font-weight: bold;
	color: #91197f;
	text-decoration: underline;
}
.seminar table td a:hover{
	text-decoration: none;
}
.seminarLeft{
	float: left;
	width: calc(100% - 100px);
}
.seminarRight{
	float: right;
	width: 80px;
}
.seminarRight img{
	margin-top: 5px;
}
.seminarRight2{
	float: left;
	margin-left: 15px;
}
.seminarRight2 p{
	font-size: 14px;
	margin-bottom: 15px;
}
.seminarRight2 p a:link{
	font-weight: bold;
	color: #91197f;
	text-decoration: underline;
}
.seminarRight2 p a:hover{
	text-decoration: none;
}
p.noSeminar{
	font-weight: bold;
	font-size: 14px;
	color: #91197f;
	margin: 15px 0 0 1em;
}
.pastSeminar h3{
	margin-top: 0;
}
.pastSeminar th{
	width: 15%;
	vertical-align: middle;
}
.seminar table.seminarBoxBottom{
	margin-bottom: 45px;
}
.seminar .btn{
	margin-top: 45px;
}
.bnrArea{
	margin-top: 30px;
}
.bnrArea p{
	margin-bottom: 15px;
}

/* レポート */
div.content div.rightPart div.report{
	margin-top: 0;
}
.reportText{
	width: 660px;
	padding: 15px;
}
.reportText img{
	margin-bottom:5px;
}
.reportDate{
	text-align:right;
	color: #91197f;
    	font-size: 11px;
}

/* ページ送り */
.pageNav{
	text-align: right;
	margin-top: 30px;
}
a.page-numbers:link{
	text-decoration: underline;
}
a.page-numbers:hover{
	text-decoration: none;
}
span.current{
	font-weight: bold;
}

/* サイトマップ */
.sitemap{
	width: 305px;
	margin-top: -30px;
	margin-right: 30px;
}
.sitemap ul{
	margin-left: 0.5em;
}
.sitemap li{
	background: url("../img/common/ico_01.jpg") no-repeat 0 center;
	padding-left: 13px;
}