@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	color: #1e1e1e;
	border-top: 5px solid #5e6927;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br {
	letter-spacing: normal;
}

:focus {
	outline: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.space02 {
	letter-spacing: .02em !important;
}

.spaceZero {
	letter-spacing: normal !important;
}

.imgLeft {
	float: left;
	margin-right: 20px;
}

.fontBold {
	font-weight: bold;
}

.fontSerif {
	font-family: 'Hiragino Mincho ProN', serif;
}

a.red {
	color: #c51f24;
}

.small {
	font-size: 11px;
	font-size: 1.1rem;
}

.font15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.font14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.font13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.font12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.textCenter {
	text-align: center;
}

.top40 {
	padding-top: 45px;
}

.left20 {
	margin-left: 20px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

h1 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-family: 'Hiragino Mincho ProN', serif;
	text-align: right;
	width: 100%;
	padding-top: 30px;
	clear: both;
}

h2.messageTitle {
	text-align: left;
	margin: 20px 0;
}

h2.pageTitle {
	text-align: center;
}

h3.topTitle {
	color: #324e6d;
	font-size: 16px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 15px 0;
	margin: 1px 0 20px;
	text-align: center;
	border-bottom: 1px solid #324e6d;
	border-top: 1px solid #324e6d;
	letter-spacing: 1px;
}

h3.messageSub {
	text-align: center;
	padding: 40px 0 25px;
}

h3.pageContentsTitle {
	border-top: 1px solid #5e6927;
	border-bottom: 1px solid #5e6927;
	padding: 10px 0;
	margin-top: 1px;
	margin-bottom: 30px;
	text-align: center;
}

h4.beigeAbout {
	text-align: center;
	margin: 20px auto;
}

h4.booksTitle {
	margin: 20px auto 0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}

header {
	width: 960px;
	height: 94px;
}

.hdMenu {
	float: right;
	width: 105px;
	height: 30px;
}

.hdMenu ul {
	width: 105px;
}

.hdMenu ul li {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
}

.hdMenu ul li a {
	width: 30px;
	height: 30px;
	display: block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.hdMenu ul li.subnaviHome a {
	background: #aeb97a url(../img/icon_home.png) no-repeat center center;
}

.hdMenu ul li.subnaviHome a:hover {
	background: #5e6927 url(../img/icon_home.png) no-repeat center center;
}

.hdMenu ul li.subnaviBlog a {
	background: #c8c8c8 url(../img/icon_blog.png) no-repeat center center;
}

.hdMenu ul li.subnaviBlog a:hover {
	background: #949494 url(../img/icon_blog.png) no-repeat center center;
}

.hdMenu ul li.subnaviMail a {
	background: #c8c8c8 url(../img/icon_mail.png) no-repeat center center;
}

.hdMenu ul li.subnaviMail a:hover {
	background: #949494 url(../img/icon_mail.png) no-repeat center center;
}

.logo {
	position: absolute;
	width: 250px;
	height: 65px;
	top: 15px;
	left: 0;
}

.logo a {
	background: url(../img/logo.png) no-repeat center center;
	display: block;
	width: 250px;
	height: 65px;
}

nav {
	background: #5e6927 url(../img/bg_navigation.jpg);
	height: 60px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.nvMenu {
	width: 962px;
	margin: 0 auto;
}

.nvMenu ul {
	overflow: hidden;
	border-left: 1px solid #485216;		
}

.nvMenu ul li {
	float: left;
	border-right: 1px solid #485216;
}

.nvMenu ul li a {
	display: block;
	text-indent: -9999px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.nvMenu ul li.home a {
	background-image: url(../img/navi_off.png);
	background-position: 0 0;
	width: 146px;
	height: 60px;
}

.nvMenu ul li.home a:hover {
	background-image: url(../img/navi_on.png);
	background-position: 0 0;
}

.nvMenu ul li.message a {
	background-image: url(../img/navi_off.png);
	background-position: -147px 0;
	width: 146px;
	height: 60px;
}

.nvMenu ul li.message a:hover {
	background-image: url(../img/navi_on.png);
	background-position: -147px 0;
}

.nvMenu ul li.about a {
	background-image: url(../img/navi_off.png);
	background-position: -293px 0;
	width: 224px;
	height: 60px;
}

.nvMenu ul li.about a:hover {
	background-image: url(../img/navi_on.png);
	background-position: -293px 0;
}

.nvMenu ul li.profile a {
	background-image: url(../img/navi_off.png);
	background-position: -518px 0;
	width: 146px;
	height: 60px;
}

.nvMenu ul li.profile a:hover {
	background-image: url(../img/navi_on.png);
	background-position: -518px 0;
}

.nvMenu ul li.blog a {
	background-image: url(../img/navi_off.png);
	background-position: -665px 0;
	width: 146px;
	height: 60px;
}

.nvMenu ul li.blog a:hover {
	background-image: url(../img/navi_on.png);
	background-position: -665px 0;
}

.nvMenu ul li.contact a {
	background-image: url(../img/navi_off.png);
	background-position: -812px 0;
	width: 146px;
	height: 60px;
}

.nvMenu ul li.contact a:hover {
	background-image: url(../img/navi_on.png);
	background-position: -812px 0;
}

.col2-1 {
	width: 460px;
	float: left;
	margin-right: 40px;
}

.col2-2 {
	width: 460px;
	float: right;
}

.col1-1 {
	border-top: 1px solid #f0ecdc;
	clear: both;
}

.col1-1Page {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

.col1-1_50 {
	width: 430px;
}

.eyeCatch {
	margin: 0 auto 20px;
}

.messageWrapper {
	width: 920px;
	margin: 0 20px;
}

.messageWrapper p, .col1-1Page p {
	line-height: 26px;
	letter-spacing: .01em;
}

.messageCircleWrapper {
	width: 775px;
	margin: 0 auto;
	overflow: hidden;
}

ul.messageCircle {
	margin-right: -45px;
}

ul.messageCircle li {
	float: left;
	width: 228px;
	margin-right: 45px;
}

.messageRecoWrapper {
	width: 500px;
	margin: 0 auto;
}

ul.messageReco {
	font-weight: bold;
	padding-bottom: 20px;
}

ul.messageReco li {
	background: url(../img/icon_messageR.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 15px;
}

.topBorderWrapper {
	border-top: 4px solid #324e6d;
	text-align: center;
	margin-bottom: 30px;
}

.topBorderWrapper a:hover {
	opacity: .9;
}

.videoWrapper {
	margin-bottom: 20px;
}

.doubleBorderWrapper {
	border-top: 4px solid #324e6d;
	border-bottom: 1px solid #324e6d;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
}

.messageImgWrapper {
	overflow: hidden;
}

ul.messageImg {
	margin-right: -20px;
}

ul.messageImg li {
	float: left;
	margin-right: 20px;
}

.pageContentsTitleWrapper {
	border-top: 3px solid #5e6927;
	clear: both;
}

.doubleLine {
	background: url(../img/bg_about01.png) no-repeat center center;
	margin: 0 auto 40px;
	padding: 30px 35px;
	width: 717px;
	clear: both;
}

.doubleLineProfile {
	background: url(../img/bg_profile01.png) no-repeat center center;
	margin: 0 auto 40px;
	padding: 30px 35px;
	width: 717px;
	clear: both;
}

.doubleLineProfile p {
	font-size: 13px;
	line-height: 20px;
	margin-left: 90px;
}

.doubleLineCircle {
	background: #5e6927;
	width: 65px;
	height: 65px;
	border-radius: 50px;
	text-align: center;
	color: white;
	float: left;
	line-height: 65px;
	font-size: 13px;
}

.doubleLineMin {
	background: url(../img/bg_about02.png) no-repeat center center;
	margin: 0 auto 40px;
	padding: 20px 25px 0;
	width: 363px;
	height: 122px;
	float: right;
}

.doubleLineMin p {
	line-height: 18px;
}

ul.beige {
	background: #f0ecdc;
	overflow: hidden;
	margin-bottom: 40px;
}

ul.beige li {
	width: 300px;
	height: 300px;
	float: left;
}

ul.beige li.odd {
	background: url(../img/bg_beige.png) no-repeat center bottom;
}

ul.beige li.even {
	background: #fbf9f0 url(../img/bg_beige.png) no-repeat center bottom;
}

ul.beige p {
	padding: 0 22px;
	line-height: 22px;
}

.materialsWrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.materialsDetail {
	border: 1px solid #c7252a;
	border-top: none;
	width: 377px;
	margin-left: 51px;
	margin-top: -5px;
	overflow: hidden;
}

.materialsDetail p {
	padding: 0 15px;
}

.arrow_box {
	position: relative;
	background: #f0ecdc;
	border: 1px solid #f0ecdc;
	padding: 10px 15px !important;
	margin-bottom: 10px;
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(240, 236, 220, 0);
	border-top-color: #f0ecdc;
	border-width: 5px;
	margin-left: -5px;
}

.arrow_box:before {
	border-color: rgba(240, 236, 220, 0);
	border-top-color: #f0ecdc;
	border-width: 6px;
	margin-left: -6px;
}

.contactLink {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.materialsIndex {
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.materialsIndex li {
	margin-bottom: 5px;
}

.refWrapper {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}

ul.booksT {
	width: 900px;
	border-left: 1px solid #bbb;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px;
}

ul.booksB {
	width: 900px;
	border-left: 1px solid #bbb;
	box-sizing: border-box;
	overflow: hidden;
}

ul.booksT li, ul.booksB li {
	border-right: 1px solid #bbb;
	width: 299px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	text-align: center;
}

.booksLink a {
	background: #aeb97a url(../img/linkBooks.png) center center no-repeat;
	width: 160px;
	height: 35px;
	margin: 10px auto 0;
	display: block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.booksLink a:hover {
	background: #5e6927 url(../img/linkBooks.png) center center no-repeat;
}

ul#feed {
	padding: 25px 10px 0;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}

ul#feed span {
	color: #acacac;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	float: left;
}

ul#feed li {
	padding-bottom: 25px;
}

ul#feed li a {
	color: #2c2c2c;
	margin-left: 100px;
	display: block;
}

ul#feed li a:hover {
	color: #5e6927;
}

.contactLinkWrapper {
	width: 726px;
	margin: 0 auto;
}

.form01 a, .form02 a, .form03 a {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	width: 230px;
	height: 58px;
	float: left;
	margin: 0 6px;
	font-size: 0;
}

.form01 a {
	background: url(../img/btn_contactLink01off.png) no-repeat;	
}

.form01 a:hover {
	background: url(../img/btn_contactLink01on.png) no-repeat;	
}

.form02 a {
	background: url(../img/btn_contactLink02off.png) no-repeat;	
}

.form02 a:hover {
	background: url(../img/btn_contactLink02on.png) no-repeat;	
}

.form03 a {
	background: url(../img/btn_contactLink03off.png) no-repeat;	
}

.form03 a:hover {
	background: url(../img/btn_contactLink03on.png) no-repeat;	
}

.formWrapper {
	padding: 0 130px;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}

.formWrapper p {
	line-height: 17px;
}

.formWrapper a {
	color: #1e1e1e;
}

.itemEn {
	font-size: 10px;
	font-size: 1.0rem;
	color: #848484;
}

.formItems {
	width: 170px;
	float: left;
}

input, textarea {
	border: 1px solid #bbb;
	font-size: 14px;
	font-size: 1.4rem;
}

.formWrapper input[type=text] {
	float: left;
	width: 440px !important;
	height: 35px;
	padding: 5px 10px;
}

.formWrapper textarea {
	float: left;
	width: 440px !important;
	height: 90px !important;
	padding: 5px 10px;
}

.formAtt {
	margin-left: 170px;
	font-size: 11px;
	font-size: 1.1rem;
}

.btnWrapper {
	margin-left: 300px;
	margin-bottom: 40px;
	overflow: hidden;
}

.btnSubmit, .btnReset {
	border: 0px;
    width: 148px;
    height: 45px;
	cursor: pointer;
}

.btnSubmit {
    background: url(../img/btn_submit.jpg) no-repeat;
	margin-right: 10px;
}

.btnReset {
    background: url(../img/btn_reset.jpg) no-repeat;
}

/* Footer */

footer {
	background: #5e6927 url(../img/bg_navigation.jpg);
	padding: 15px 0 10px;
	margin-top: 40px;
}

.ftWrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
}

ul.ftMenu {
	color: #f1f1f1;
}

ul.ftMenu li {
	float: left;
	padding: 0 5px;
}

ul.ftMenu a {
	color: #f1f1f1;
}

.ftCopy {
	clear: both;
	color: #888d67;
	font-size: 10px;
	padding-top: 30px;
}

.ftCopy a {
	color: #888d67;
}

.chaco {
	margin-left: 40px;
}