@charset "utf-8";

/* 全体
------------------------ */
div#wrapper-president {
    width: 760px;
    margin-bottom: 50px;
    line-height: 1.4em;
    /* clear: both; */
    /* float: none; */
    color: #000000;
}
div#wrapper-president p{
    line-height: 1.6em;
}
div#wrapper-president img{
    width: 100%;
}


/* タイトル
------------------------ */
div#wrapper-president div#title h2 {
    position: relative;
	width: 760px;
    margin-bottom: 15px;
}

/* hの共通のスタイル
------------------------ */
div#wrapper-president h3 {
    position: relative;
    width: 760px;
    background: url(../images/pc-h3-bg.jpg) repeat-y 0 0;
    background-position: top left;
    background-size: 100%;
    color: #000000;
    padding: 8px 230px 8px 50px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 1.1em;
}
div#wrapper-president h3:after{
    content: "";
    position: absolute;
    width: 22px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat;
    bottom: -36%;
    left: 18%;
    background-size: 100%;
}
div#wrapper-president h4{
    margin-bottom: 15px;
}
div#wrapper-president h5{
    font-weight: bold;
    margin-bottom: 5px;
}


/* お気に入り
------------------------ */
div#wrapper-president div#favorite div.block{
    margin-bottom: 20px;
}
div#wrapper-president div#favorite div.block:nth-child(even) p.photo{
    width: 300px;
    float: left;
    margin-right: 20px;

}
div#wrapper-president div#favorite div.block p.txt{
    width: 440px;
    float: left;
}
div#wrapper-president div#favorite div.block:nth-child(odd) p.photo{
    width: 300px;
    float: right;
    margin-left: 20px;
}
div#wrapper-president div#favorite div.block div.block__shop__right {
    width: 440px;
    float: right;
}
div#wrapper-president div#favorite div.block div.block__shop__right .block__shop__right__title{
    padding-left: 60px;
    background: url(../images/h4-icon.png) no-repeat;
    background-position: top left;
    background-size: 10%;
    margin-bottom: 15px;
    min-height: 76px;
    box-sizing: border-box;
}
div#wrapper-president div#favorite div.block div.block__shop__right .block__shop__right__title h4{
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    font-size: 1.2em;
}


/* お仕事
------------------------ */


/* 社長を知る
------------------------ */
div#wrapper-president div#profile{
    margin-bottom: 20px;
}
div#wrapper-president div#profile p.photo{
    width: 240px;
    float: left;
    margin-right: 24px;
}
div#wrapper-president div#profile div.profile__inner{
    width:496px;
    float: left;
}

/* 生き様
------------------------ */
div#wrapper-president div#episode{
    margin-bottom: 35px;
}

/* 社長の会社
------------------------ */
div#wrapper-president div#company-info{
    margin-bottom: 30px;
}
div#wrapper-president div#company-info p.photo{
    width: 300px;
    float: right;
}
div#wrapper-president div#company-info div.company-info__inner{
    width: 430px;
    float: left;
}

/* We Love ふくしま！
------------------------ */
/*
div#wrapper-president div#welove {
	overflow:hidden;
}
div#wrapper-president div#welove h4 {
	width: 490px;
	height:24px;
	background:url(../images/h3_bg03.gif) repeat-y 0 0;
	color:#FFFFFF;
	padding:6px 0 0 210px;
	margin-bottom:10px;
	font-weight:bold;
}
*/


/* special
------------------------ */

div#wrapper-president div#special {
    /*    background: #fbfef7;*/
    background: #ffffeb;
    padding-bottom: 15px;
}
div#wrapper-president div#special p.photo {
    width: 70%;
    height: auto;
    margin: 0 auto;
}



div#wrapper-president p.lead{
    border-top: 1px solid #000000;
    padding: 10px;
    border-bottom: 1px solid #000000;
    /* padding-bottom: 10px; */
    margin-bottom: 30px;
    margin-top: 30px;
}




/* ボタン
------------------------ */
div#wrapper-president #ex-btn-menu ul li{
    display: inline-block;
    width: 373px;
}
div#wrapper-president #ex-btn-menu ul li:first-child{
    margin-right: 10px;
}
div#wrapper-president #ex-btn-menu ul li a{
    display: block;
    padding: 10px 87px;
    box-sizing: border-box;
    background: #ffffff;
    text-align: center;
    color: #000000;
    font-weight: bold;
    border: solid 5px #000000;
    text-decoration: none;
}